home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
27
/
0
/
DISK2706.ZIP
/
MKDIR.INS
< prev
next >
Wrap
Text File
|
1991-07-04
|
1KB
|
31 lines
MKDIR Used to create directories (Make Directories)
on the disk that will hold a unique qroup of
programs and files. (Can be abbrev as MD.)
Format: MKDIR or MD [D:]Path:DirName
Example: MKDIR \NEWDIR
Creates a new directory on the CURRENT drive named
NEWDIR. This directory is immediately available for
storage of files and performing work in.
Example: MKDIR \NEWDIR\DATA
Creates a new directory on the CURRENT drive named
\NEWDIR\DATA. The \NEWDIR directory is the PARENT
directory of the \NEWDIR\DATA directory and it MUST
exist prior to the creation of the \NEWDIR\DATA
subdirectory.
Example: MKDIR A:\DATABAK
Creates a new directory on the diskette in drive A:
named DATABAK.
[*] The ROOT directory on the disk is designated by
the "\" character. The "\" designates that it is
a directory and the absense of a name shows that
it is the first, or ROOT, on the disk.